home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Games 1995 June / CD-ROM Games Demo CD Disc 6.iso / menus / lemm3d.bat < prev    next >
Encoding:
DOS Batch File  |  1995-08-09  |  408 b   |  21 lines

  1. @echo off
  2. rem lemmings 3d demo
  3. cls
  4. echo.
  5. echo  You will need to have 3072k EMS memory configured to run Lemmings 3d.
  6. echo  You will need to ammend your config.sys file's emm386.sys command to
  7. echo. say emm386.sys 3072      Just thought you may appreciate this advice.
  8. echo.
  9. echo  P.s. make sure you also have a mouse loaded.....
  10. echo.
  11. pause
  12. cd \
  13. cd lem3d
  14. setup
  15. l3d
  16. cd \
  17. pause
  18. cd menus
  19. a
  20.  
  21.